home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / da / talkmoos.sit / About Code next >
Text File  |  1987-04-03  |  3KB  |  47 lines

  1.  
  2.                                    About the Source Code disk:
  3.  
  4.        The documents and applications on the Source Code disk are
  5. probably too technical to be understood or used by non-technical people.
  6. But I know that warning won't work,  so heres what's on the disk:
  7. - MacinTalk, its general documentation, and associated utilities.
  8. - ResEdit, and instructions on using it. (Both general and Moose specific.)
  9. - Assembly language code for the Moose, other D.A's and utilties.
  10.  
  11. File List:
  12. MacinTalkDoc.   This MacWrite document describes how MacinTalk works,
  13.       how to write phonetically,  and how to write MacinTalk programs.
  14. SpeechLab.   This application from Apple converts text into phonemes.   But
  15.       it is so error prone that I don't recommend using it.  Use the Speech
  16.       Tester desk accessory instead.
  17. ExceptionEdit.  This application from Apple is used to create and edit
  18.        "exceptions files".  Although it is clumsy to use,  there is currently
  19.        no alternative.  The exceptions file contains a RULZ resource that
  20.        you can paste into "Moose Phrases".
  21. ResEditDoc.   This Microsoft word document is both a tutorial and reference
  22.        to using ResEdit.
  23. PhraseEditDoc.  This MacWrite document contains pictures showing step by
  24.        step how to add more phrases into Moose Phrases.
  25. TN75 Installer scripts.  This MacWrite document is a "Tech Note" from
  26.        Apple describing how to create installer scripts.
  27.  
  28. Talk.asm     This text file contains the assembly language source code for
  29.        the Talking Moose desk accessory.
  30. TalkDA.link  This text file holds the linking commands for the Mac C¬ linker
  31.        which put the desk accessory together.
  32. Ref.asm      This text file contains the assembly language source code for
  33.        the Phoneme reference desk accessory.
  34. Test.asm     This text file contains the assembly language source code for
  35.        the speech tester desk accessory.
  36. SwitchMoose.asm    This text file contains the assembly language source
  37.         code for the SwitchMoose application.
  38. SwitchMooseR.asm   This text file contains the assembly language source
  39.         code for the Resources used by SwitchMoose.
  40. Insc.format        This text file is an assembly language example for an
  41.         installer script.
  42. InscMoose.asm      This text file is assembly language source code for an
  43.         installer script to install the Talking Moose.
  44. InscFinder.asm     This text file is assembly language source code for an
  45.         installer script to install talking resources into the Finder.
  46. DefaultMoos.asm    This text file is assembly language source code for the
  47.         default 'Moos' resource.  (For making application's talk.)